home *** CD-ROM | disk | FTP | other *** search
/ BigMax 1 / BigMax nº 1 [bd].iso / DEMOS / TERRA / TERRA.EXE / ABERT.DXR / 01959.ls < prev    next >
Encoding:
Text File  |  1996-06-16  |  686 b   |  23 lines

  1. on mouseUp
  2.   pause()
  3.   set the castNum of sprite 47 to cast "VOLTAR BICHO 2"
  4.   updateStage()
  5.   set the castNum of sprite 47 to cast "VOLTAR BICHO 3"
  6.   updateStage()
  7.   set the castNum of sprite 47 to cast "VOLTAR BICHO 4"
  8.   updateStage()
  9.   set the castNum of sprite 47 to cast "VOLTAR BICHO 5"
  10.   updateStage()
  11.   set the castNum of sprite 47 to cast "VOLTAR BICHO 6"
  12.   updateStage()
  13.   set the castNum of sprite 47 to cast "VOLTAR BICHO 7"
  14.   updateStage()
  15.   set the castNum of sprite 47 to cast "VOLTAR BICHO 8"
  16.   updateStage()
  17.   set the castNum of sprite 47 to cast "VOLTAR BICHO 9"
  18.   updateStage()
  19.   set the castNum of sprite 47 to cast "VOLTAR BICHO 10"
  20.   updateStage()
  21.   play done
  22. end
  23.